@charset "utf-8";
#sidemenu {
	float: left;
	margin-left: 35px;
}
#sidemenu ul {
	border: thin solid #CCC;
	height: auto;
	width: 180px;
	padding-left: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 5px;
}
#sidemenu ul li {
	padding-top: 3px;
	padding-bottom: 3px;
	border: thin none #00C;
	margin-top: 3px;
	margin-bottom: 3px;
	list-style-type: none;
}
#products table tr td img {
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: 23px;
}
#contents #title {
	margin-left: 35px;
}

#table {
	clear: none;
	float: left;
	width: 200px;
	height: 550px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}
#products table tr td {
	padding: 8px;
	font-size: 110%;
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
}

#products {
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	/* [disabled]font-size: 100%; */
}
#contents {
	width: 900px;
	/* [disabled]margin-left: 5px; */
	height: 1090px;
}
#products table tr td h2 {
	margin-bottom: 0px;
	color: #900;
	font-weight: bold;
	font-family: "小塚明朝 Pro M";
	font-size: 130%;
}
